====== Simulation VHDL ======


Utile pour ceux qui débutent en vhdl ou bien qui recherchent une solution libre de développer leurs projets, cette documentation va expliquer brièvement les premiers pas à faire sur Ubuntu. 




===== Simulation avec GHDL, GTKWave =====

{{http://gtkwave.sourceforge.net/splash_512.gif?300x250|GTKWave}}
==== Préparation : ====

=== Utilisation des logiciels libres suivant : ===
   * [[http://ghdl.free.fr|GHDL]] : logiciel libre de simulation de code VHDL
   * [[http://gtkwave.sourceforge.net/|GtkWave]] : logiciel libre de visualisation de simulation

=== Installation : ===
Installez les paquets [[:tutoriel:comment_installer_un_paquet|ghdl]],[[:tutoriel:comment_installer_un_paquet|gtkwave]]

Ouvrez votre terminal et saisissez :

 sudo apt-get install ghdl gtkwave
